home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 February / macformat-126-disc-2.iso / pc / Resources (classic) / GraphicConverter 4.4.3 / GraphicConverter US PPC / GraphicConverter Scripts / src / call TWAIN aquire
Encoding:
Text File  |  2000-02-09  |  181 b   |  11 lines

  1. -- calls TWAIN aquire in GraphicConverter
  2. -- you can link this Applet to the start button of your scanner
  3.  
  4. tell application "GraphicConverter"
  5.     
  6.     activate
  7.     TWAIN aquire
  8.     
  9. end tell
  10.  
  11.